PHY SET VEHICLE AUTO
Set whether automatic steering is used for the vehicle.
PHY SET VEHICLE AUTO ID,flag
ID
Integer
identification number of the vehicle
state
Integer
a value of 0 will set automatic driving off ( which is the default ) and 1 will turn automatic driving on
To make certain things easier for testing it may be useful to switch automatic mode on for the vehicle. When this happens the car can be driven around with the arrow keys with some default settings used. By default automatic driving is not enabled. To use it simply call this command passing in a value of 1 for the state parameter.
No example code is provided for this command